shortcuttrigger: Introduce partial matches
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2020 13:16:57 +0000 (09:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Mar 2020 03:14:45 +0000 (23:14 -0400)
commit904835d4b1ad1f04743e7bd51a3479a4e71b82c7
tree0c2522f783f3d8a809352631629c06b2b74262b4
parentcb821d5df350ffa73507883cc483239e73cde99b
shortcuttrigger: Introduce partial matches

Allow GtkShortcutTrigger to return partial matches.
Currently, no triggers produce such results, and
GtkShortcutController treats partial matches like
exact ones.
gtk/gtkshortcutcontroller.c
gtk/gtkshortcuttrigger.c
gtk/gtkshortcuttrigger.h
testsuite/gtk/shortcuts.c